Brand new design for clr.fund dapp#546
Brand new design for clr.fund dapp#546pkretzschmar wants to merge 25 commits intoclrfund:developfrom
Conversation
…d error due to infura requiring project id
Styles/new themes
| <div class="recipient-submission-widget"> | ||
| <loader v-if="isLoading" /> | ||
| <div | ||
| <!-- <div |
There was a problem hiding this comment.
right, this comment was the reason i didn't see the transaction status update.
| <p class="no-margin">Close</p> | ||
| <img src="@/assets/close.svg" /> | ||
| </div> | ||
| <h2>Buidl Round criteria</h2> |
There was a problem hiding this comment.
Please make Round lowercase
| { | ||
| emoji: '🤲', | ||
| emoji: '💰', | ||
| criterion: 'Related to Buidl Honduras', |
There was a problem hiding this comment.
Was this copy from an older develop branch? I think we changed it to use the variable operator instead of hardcoded to Buidl Honduras... But, I can fix this once we merge your branch as a separate PR for copy updates..
There was a problem hiding this comment.
I didn't found the variable operator on the development branch. Can you point out were it is? Than I can change it =) @yuetloo
There was a problem hiding this comment.
Sorry, what I really meant was don't change the text for the criteria defined in this file.
| </div> | ||
|
|
||
| <round-status-banner /> | ||
|
|
There was a problem hiding this comment.
The new design removes the round status banner?
| how you contributed. This drives bribers insane because they have no | ||
| idea whether you actually did what they bribed you to do! | ||
| </p> | ||
| <links to="/about/maci">About MACI</links> |
There was a problem hiding this comment.
is it intentional that we are removing link to MACI?
| <links to="/about">About clr.fund</links> | ||
| <p class="text-body"> | ||
| <links to="/about">clr.fund forum ↗</links> | ||
| </p> |
There was a problem hiding this comment.
link to clr.fund forum should be https://forum.clr.fund/
| </p> | ||
| <p class="text-body"> | ||
| <links to="/about">Fork your own CLR ↗</links> | ||
| </p> |
There was a problem hiding this comment.
link to fork your own clrfund should be https://github.com/clrfund/monorepo/
| /> | ||
| <links v-if="currentUser" to="/verify/connect" class="btn-primary"> | ||
| I have BrightID installed | ||
| <links v-if="currentUser" to="/verify/connect" class="btn-action"> |
There was a problem hiding this comment.
I find changing the button text to Connect here is confusing to me because sometimes it connects to wallet and sometimes redirects to the BrightID page.. What it used to do is that after the wallet is connected, it displays I have BrightID installed and on click, redirects user to the BrightID page.
| class="disconnect btn" | ||
| @click="disconnect" | ||
| class="icon-btn" | ||
| > |
There was a problem hiding this comment.
the disconnect button is not visible in the light mode.
| background: var(--bg-secondary-color); | ||
| border-radius: 0.5rem; | ||
| color: #16161a; | ||
| background: var(--bg-bright-id-widget); |
There was a problem hiding this comment.
The BrightId widget on the project list page in the dark mode looks a bit cut off on the sides when user is not verified.
| --link-color: #41BD8A; | ||
| --bg-circle: transparent; | ||
| --bg-btn-primary: #41BD8A; | ||
| --bg-btn-secondary: transparent; |
There was a problem hiding this comment.
One of the goals of this project is to make future brand customization easier/simpler. So, I was hoping the new design will help make this css variable list shorter and not to grow it. That way, rebranding will simply be changing a few colour defined here.
|
Luiza, as discussed with Pedro and rb, the screenshots in the doc of this project is for reference only, they are not updated, so, please don't change the text to match the screenshot in the doc. Please keep the text same as the |
|
Following are the issues (with screenshots) that i previously shared with Pedro.
There's scrollbar on previous design. |
|
|
|
|
|
@yuetloo worked on the Landing page as well, at least here the mobile version was broken |
Yes, the landing page (home page) wasn't working properly on mobile devices before, now it's https://www.loom.com/share/e5a2a6c84429497387e08ec3f329c709 |
This PR implements the new design proposed by General Magic.